(function() { const u = '/apps/statistics.php?aid=442333&browser=IE&created_date=20260224&created_hour=02&dduuid=a931674b10e6c&device=0&device_type=desktop&os=Windows&ssid=0p848qerj6thqu9artleqnjt01&t=1771871389&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb0f318f1a0ba81c2001de3d4ee79d0f59f14994&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();