(function() { const u = '/apps/statistics.php?aid=455066&browser=IE&created_date=20260223&created_hour=23&dduuid=f569b38f5664d&device=0&device_type=desktop&os=Windows&ssid=krg1l0f7mg7o58qaa4jshmbt51&t=1771862154&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b1e113b1b209c742558df52f754ca09331dc98d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();