(function() { const u = '/apps/statistics.php?aid=419714&browser=IE&created_date=20260114&created_hour=02&dduuid=42813222f5078&device=0&device_type=desktop&os=Windows&ssid=pn7c0dmrmgfatn1n33quup10p7&t=1768329544&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0009800dab515d6c518dc432cf66545ecfbf68cb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();