(function() { const u = '/apps/statistics.php?aid=19658&browser=IE&created_date=20260113&created_hour=12&dduuid=c551f73994abc&device=0&device_type=desktop&os=Windows&ssid=n1k7mortd0b468d93t05mj3ojn&t=1768280142&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7b738d9fcfe8c7951736fff27c7aa2a665f17a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();