(function() { const u = '/apps/statistics.php?aid=11669&browser=IE&created_date=20260124&created_hour=13&dduuid=3dd9b89c5b950&device=0&device_type=desktop&os=Windows&ssid=sbrhscld7ammthvq1mon0polde&t=1769232415&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8f438b5e768d8f84001911cc146ee07d735353f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();