(function() { const u = '/apps/statistics.php?aid=436298&browser=IE&created_date=20260311&created_hour=07&dduuid=63028fe0b283a&device=0&device_type=desktop&os=Windows&ssid=5ebc8hq1o96g04p826g2o1aahi&t=1773184802&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a50a675cb0057049d97c61f2f33d1a300b130186&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();