(function() { const u = '/apps/statistics.php?aid=265969&browser=IE&created_date=20260315&created_hour=12&dduuid=a760072107747&device=0&device_type=desktop&os=Windows&ssid=3kokmed0afjugj3dmloh56abab&t=1773547628&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12dee38411fe0bc7e47121e2527b2ee76aa55d48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();