(function() { const u = '/apps/statistics.php?aid=257382&browser=IE&created_date=20260120&created_hour=04&dduuid=33889171c3917&device=0&device_type=desktop&os=Windows&ssid=27etqpmgv5ms8sp5361j5d01td&t=1768856089&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ad1b2de93d322851530db090921dc1d407da162a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();