(function() { const u = '/apps/statistics.php?aid=455349&browser=IE&created_date=20260311&created_hour=00&dduuid=596b16240c3ac&device=0&device_type=desktop&os=Windows&ssid=dq1rpnksmgljn5o5tnef296j7t&t=1773160376&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6c0a3a723e3c9a6a6a2f5a9952d69fe3939eff64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();