(function() { const u = '/apps/statistics.php?aid=423014&browser=IE&created_date=20260130&created_hour=07&dduuid=082f4b1644fe1&device=0&device_type=desktop&os=Windows&ssid=fbai90pd5j811r8ruj8t1l96l3&t=1769730391&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aef3a670173787abd7a0f136d3b0ff3ecdbfd00d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();