(function() { const u = '/apps/statistics.php?aid=441206&browser=IE&created_date=20260307&created_hour=23&dduuid=669e107ba5859&device=0&device_type=desktop&os=Windows&ssid=g8i4otmq306ltso5j4kj6pugdl&t=1772898192&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1bd63f89844fe0a149f22f6ad1c7f27baf51ced&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();