(function() { const u = '/apps/statistics.php?aid=443429&browser=IE&created_date=20260312&created_hour=04&dduuid=61ee8757aeaf6&device=0&device_type=desktop&os=Windows&ssid=7ganesbhkhledbo3aj3561l61e&t=1773260398&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13aafd00df918d2c00056d7b95f79acb21e80f77&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();