(function() { const u = '/apps/statistics.php?aid=453870&browser=IE&created_date=20260312&created_hour=03&dduuid=be0376c893b28&device=0&device_type=desktop&os=Windows&ssid=5rqmc21q4otimbpm095au8ak2q&t=1773257587&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbf7972744d8411bd79493749eb588580e026dc0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();