(function() { const u = '/apps/statistics.php?aid=454542&browser=IE&created_date=20260223&created_hour=20&dduuid=16653833ba0f6&device=0&device_type=desktop&os=Windows&ssid=1p7q2fs2f0c5003s1pfafrfnno&t=1771851485&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1966e1a202d779b3ddd07f778be8c4827b385f0a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();