(function() { const u = '/apps/statistics.php?aid=324404&browser=IE&created_date=20260225&created_hour=20&dduuid=41b05ba04b5fe&device=0&device_type=desktop&os=Windows&ssid=h189ilt9o7p4f6bvk2l8vcodkj&t=1772024397&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d618eabd329cd2b8e2bed73f9ea2a476f4e83f62&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();