(function() { const u = '/apps/statistics.php?aid=210086&browser=IE&created_date=20260224&created_hour=09&dduuid=dd0f2a126e8f6&device=0&device_type=desktop&os=Windows&ssid=b33ftc26b7ih72hjggjs06tueu&t=1771897644&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eb3952df75b20b416379c3b6061047fa0452cab1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();