(function() { const u = '/apps/statistics.php?aid=360184&browser=IE&created_date=20260114&created_hour=11&dduuid=e753960ba010b&device=0&device_type=desktop&os=Windows&ssid=17ehlttd0lrbkvv9uribm2toup&t=1768361383&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1af68190d5fa70603ab0fd516ee2b820a6d7cf44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();