(function() { const u = '/apps/statistics.php?aid=402034&browser=IE&created_date=20251223&created_hour=06&dduuid=5afecdb935a4a&device=0&device_type=desktop&os=Windows&ssid=b8t19sr2ma8fmtqs65gdt2ialo&t=1766442418&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40c84841a797f0343070c50b018f4de2c4c20f3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();