(function() { const u = '/apps/statistics.php?aid=434414&browser=IE&created_date=20260316&created_hour=09&dduuid=99c6f70b85e74&device=0&device_type=desktop&os=Windows&ssid=4fo81cvamrkq410u3ou75tuvgk&t=1773626045&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9759db9f8e0ab70ea081febbfdd598e3f504a0ce&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();