(function() { const u = '/apps/statistics.php?aid=410312&browser=IE&created_date=20260304&created_hour=12&dduuid=c8132176a82c0&device=0&device_type=desktop&os=Windows&ssid=e4nnuosjftimtgiue0b4fc6rkb&t=1772600111&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cf03a9c096a5f4e87ccaf146a8e48b0ca1c05a80&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();