(function() { const u = '/apps/statistics.php?aid=455084&browser=IE&created_date=20260304&created_hour=18&dduuid=9e0a0359cb83d&device=0&device_type=desktop&os=Windows&ssid=5vlutqs51ucns9gv81n21asd2f&t=1772618698&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f0829efa65eae14b37dd5dbe9e1b312d9134da0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();