(function() { const u = '/apps/statistics.php?aid=278059&browser=IE&created_date=20251223&created_hour=10&dduuid=acdc58ddda12d&device=0&device_type=desktop&os=Windows&ssid=ath6d4tmfbv23e4tsdrrd0s6er&t=1766455998&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25979dc6fdbc1e0e8816d19b09ba08a0924a0225&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();