(function() { const u = '/apps/statistics.php?aid=35946&browser=IE&created_date=20251219&created_hour=03&dduuid=034702ee34f24&device=0&device_type=desktop&os=Windows&ssid=5f24rsgbhq10sprmtqjd1s1ton&t=1766084589&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33f613eca17a6e479468e9a24123114bc0d4a6e4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();