(function() { const u = '/apps/statistics.php?aid=453846&browser=IE&created_date=20260312&created_hour=04&dduuid=958f7355c9565&device=0&device_type=desktop&os=Windows&ssid=1tqnr88995qhjb0i0fp2jkks51&t=1773262399&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7543ca8d79bcfa5c2f315360603d7241a7a1d70a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();