(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251208&created_hour=00&dduuid=41c5c67c92526&device=0&device_type=desktop&os=Windows&ssid=1j9899f9ergqp05uhc0ptc503n&t=1765125167&typeid=23&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ecc051ceeddf4c601fbf47ee549172bb4c11a388&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();