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