(function() { const u = '/apps/statistics.php?aid=346435&browser=IE&created_date=20251220&created_hour=12&dduuid=e9dc78cefb537&device=0&device_type=desktop&os=Windows&ssid=vmvacnme9qmekrfi6cl0q7ki1f&t=1766204728&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=960643512f655126c91b3bf431837afe629f70ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();