(function() { const u = '/apps/statistics.php?aid=276283&browser=IE&created_date=20251223&created_hour=12&dduuid=f47e53f011a1e&device=0&device_type=desktop&os=Windows&ssid=at93i0kvs1riseh0jj1842hun0&t=1766463597&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c39814229e92ac8199c5cf54704055f285da924e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();