(function() { const u = '/apps/statistics.php?aid=17962&browser=IE&created_date=20260316&created_hour=03&dduuid=e9c80d8ee4e8a&device=0&device_type=desktop&os=Windows&ssid=saoa75kv780pf498lqhs2fstca&t=1773602685&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec396e11b5372748a0fe0a04bb4a6d22f4c99f66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();