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