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