(function() { const u = '/apps/statistics.php?aid=113242&browser=IE&created_date=20260311&created_hour=20&dduuid=58830b1644ddb&device=0&device_type=desktop&os=Windows&ssid=am06ll12j3n1v98pfagl6d6gee&t=1773233983&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d2719ad52a60927b765aa5427c2e754db62d416&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();