(function() { const u = '/apps/statistics.php?aid=414387&browser=IE&created_date=20260122&created_hour=02&dduuid=094a2d442cf67&device=0&device_type=desktop&os=Windows&ssid=0asbdunqio3qgspkdkjf1gf4n3&t=1769021567&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbd4b51d5616554d0b99935a56fc437f7a596553&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();