(function() { const u = '/apps/statistics.php?aid=355108&browser=IE&created_date=20260311&created_hour=20&dduuid=7d1178bd176ff&device=0&device_type=desktop&os=Windows&ssid=vfqdv08psv7t0h5pgu7o112mv0&t=1773232721&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=819d2bcc221c5126d918e6f6039a18658f643298&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();