(function() { const u = '/apps/statistics.php?aid=455818&browser=IE&created_date=20260304&created_hour=19&dduuid=be38ef6f376e0&device=0&device_type=desktop&os=Windows&ssid=i2tm7kort1i3hfjjpddr96a9bi&t=1772623521&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4b69ab62b734e4432a5a6369d3013559ad0d1b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();