(function() { const u = '/apps/statistics.php?aid=402159&browser=IE&created_date=20260316&created_hour=03&dduuid=9dd0ab8534869&device=0&device_type=desktop&os=Windows&ssid=7ocorp5gge4l68rot6g4rl8r4s&t=1773601257&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d85a0e9658bf249311946bf309f383909ca8e38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();