(function() { const u = '/apps/statistics.php?aid=365076&browser=IE&created_date=20260310&created_hour=19&dduuid=6ae881e93e363&device=0&device_type=desktop&os=Windows&ssid=s3vbbvi83f9ihtj1sam94qre44&t=1773141529&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=697e3e87d5ada50def2d3affd9fb6ad3cbec57cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();